type github.com/jackc/pgx/v5/pgconn.errTimeout

8 uses

	github.com/jackc/pgx/v5/pgconn (current package)
		errors.go#L25: 	var timeoutErr *errTimeout
		errors.go#L159: 			return &errTimeout{err: ctx.Err()}
		errors.go#L161: 			return &errTimeout{err: err}
		errors.go#L193: type errTimeout struct {
		errors.go#L197: func (e *errTimeout) Error() string {
		errors.go#L201: func (e *errTimeout) SafeToRetry() bool {
		errors.go#L205: func (e *errTimeout) Unwrap() error {
		errors.go#L227: 	return &errTimeout{&contextAlreadyDoneError{err: ctx.Err()}}